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,7 +40,7 @@ add_library (libshared STATIC ${libshared_SRCS})
add_executable (timew_executable timew.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})
set_property (TARGET timew_executable PROPERTY OUTPUT_NAME "timew")