mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 16:11:02 +08:00
Specified output directory for the libraries
This commit is contained in:
parent
d643242885
commit
f4e3a83390
@ -6,10 +6,18 @@ set(
|
||||
${CMAKE_CURRENT_LIST_DIR}
|
||||
)
|
||||
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY
|
||||
set(OUTPUT_DIR
|
||||
${ROOT}/bin
|
||||
)
|
||||
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY
|
||||
${OUTPUT_DIR}
|
||||
)
|
||||
|
||||
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY
|
||||
${OUTPUT_DIR}
|
||||
)
|
||||
|
||||
include_directories(
|
||||
include
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user