We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a682e0 commit cb1dcbbCopy full SHA for cb1dcbb
app/CMakeLists.txt
@@ -1,4 +1,4 @@
1
# Define executable and its properties
2
-add_executable(${PROJECT_NAME} App.cpp)
3
-target_link_libraries(${PROJECT_NAME} PRIVATE Core)
4
-set_target_properties(${PROJECT_NAME} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${PROJECT_NAME})
+add_executable(Application App.cpp)
+target_link_libraries(Application PRIVATE Core)
+set_target_properties(Application PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/Application)
0 commit comments