Use scomplex throughout rather than simplcompltype
[libstick.git] / tests / CMakeLists.txt
index 2ef2b6504208874957d0ceb7d26199eb0916c94f..e068b451aaf9761459f2bc85a49a5c3d2a08f511 100644 (file)
@@ -9,5 +9,6 @@ include_directories(${libstick_SOURCE_DIR}/include)
 
 add_executable(tests ${tests_SRC})
 target_link_libraries(tests
-       stick
+    #stick
+    m
        ${libcpptest_LIBRARIES})