mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Build: Need to link to timew twice
This commit is contained in:
parent
3ffc98dfea
commit
32c9907dbf
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ add_library (libshared STATIC ${libshared_SRCS})
|
|||
add_executable (timew_executable timew.cpp)
|
||||
add_executable (gr_executable gr.cpp)
|
||||
|
||||
target_link_libraries (timew_executable timew commands libshared ${TIMEW_LIBRARIES})
|
||||
target_link_libraries (gr_executable timew libshared ${TIMEW_LIBRARIES})
|
||||
target_link_libraries (timew_executable timew libshared commands libshared timew ${TIMEW_LIBRARIES})
|
||||
target_link_libraries (gr_executable timew libshared ${TIMEW_LIBRARIES})
|
||||
|
||||
set_property (TARGET timew_executable PROPERTY OUTPUT_NAME "timew")
|
||||
set_property (TARGET gr_executable PROPERTY OUTPUT_NAME "gr")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue