Build: Changed library order

This commit is contained in:
Paul Beckingham 2016-03-20 16:24:03 -04:00
parent 3f931c9e97
commit fb6b33cd7d

View file

@ -40,8 +40,8 @@ add_library (libshared STATIC ${libshared_SRCS})
add_executable (timew_executable timew.cpp) add_executable (timew_executable timew.cpp)
add_executable (gr_executable gr.cpp) add_executable (gr_executable gr.cpp)
target_link_libraries (timew_executable timew libshared commands libshared timew ${TIMEW_LIBRARIES}) target_link_libraries (timew_executable timew libshared commands timew libshared ${TIMEW_LIBRARIES})
target_link_libraries (gr_executable timew libshared ${TIMEW_LIBRARIES}) target_link_libraries (gr_executable timew libshared ${TIMEW_LIBRARIES})
set_property (TARGET timew_executable PROPERTY OUTPUT_NAME "timew") set_property (TARGET timew_executable PROPERTY OUTPUT_NAME "timew")
set_property (TARGET gr_executable PROPERTY OUTPUT_NAME "gr") set_property (TARGET gr_executable PROPERTY OUTPUT_NAME "gr")