Merged Preproduction into master
This commit is contained in:
7
examples/render_test/CMakeLists.txt
Normal file
7
examples/render_test/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
set( CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/bin/tests)
|
||||
project(render_test)
|
||||
|
||||
set( CMAKE_CXX_STANDARD 11)
|
||||
set( CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
add_executable(${PROJECT_NAME} main.cpp )
|
||||
target_link_libraries(${PROJECT_NAME} TartLib)
|
||||
Reference in New Issue
Block a user