mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 15:25:17 +03:00
Companion binaries and libs built into the same directory
This commit is contained in:
parent
97d59cfa56
commit
1e15b711bb
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
|||
include(Macros)
|
||||
|
||||
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/companion)
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/companion)
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
set(C9X_NAME_SUFFIX ${VERSION_MAJOR}${VERSION_MINOR})
|
||||
set(COMPANION_NAME "companion${C9X_NAME_SUFFIX}")
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR})
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR})
|
||||
|
||||
today(DATE)
|
||||
now(TIME)
|
||||
git_id(GIT_STR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue