1
0
mirror of https://github.com/PerMalmberg/libcron.git synced 2026-04-29 01:49:16 -05:00

#1 - Update output path.

This commit is contained in:
Per Malmberg
2019-03-18 08:47:22 +01:00
parent bdc5054354
commit a918f3d93f
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -33,4 +33,5 @@
cmake-build-*
.idea/workspace.xml
out/*
out/*
test/out*
+3 -3
View File
@@ -29,6 +29,6 @@ target_include_directories(${PROJECT_NAME}
PUBLIC include)
set_target_properties(${PROJECT_NAME} PROPERTIES
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/out"
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/out"
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/out")
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/out/${CMAKE_BUILD_TYPE}"
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/out/${CMAKE_BUILD_TYPE}"
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/out/${CMAKE_BUILD_TYPE}")
Binary file not shown.