Init commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
|
||||
add_executable(${TG_CONSOLE}
|
||||
# WIN32
|
||||
main.cpp
|
||||
example_assimp.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(${TG_CONSOLE} PRIVATE
|
||||
${TG_TOOL}
|
||||
${TG_RENDER}
|
||||
${TG_CORE}
|
||||
${TG_ZASSIMP}
|
||||
)
|
||||
|
||||
target_include_directories(${TG_CONSOLE}
|
||||
PRIVATE
|
||||
${TEMPLATE_DIR_INCLUDE}
|
||||
)
|
||||
|
||||
|
||||
COPY_DEPS_TO_EXE_DIR(${TG_CONSOLE})
|
||||
Reference in New Issue
Block a user