Skip to content

Commit cb1dcbb

Browse files
committed
refactor cmake script
1 parent 4a682e0 commit cb1dcbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# 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})
2+
add_executable(Application App.cpp)
3+
target_link_libraries(Application PRIVATE Core)
4+
set_target_properties(Application PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/Application)

0 commit comments

Comments
 (0)