Build: Updated common to shared

This commit is contained in:
Paul Beckingham 2016-03-15 22:45:24 -04:00
parent 3f9f244f7f
commit 96059d32bd
9 changed files with 12 additions and 10 deletions

View file

@ -18,7 +18,7 @@ add_custom_target (test ./run_all --verbose
foreach (src_FILE ${test_SRCS})
add_executable (${src_FILE} "${src_FILE}.cpp" test.cpp)
target_link_libraries (${src_FILE} timew common ${TIMEW_LIBRARIES})
target_link_libraries (${src_FILE} timew shared ${TIMEW_LIBRARIES})
endforeach (src_FILE)
configure_file(run_all run_all COPYONLY)