Forgotten math lib linking #9
@ -45,7 +45,11 @@ if(MSVC)
|
||||
#set_target_properties(rse-model PROPERTIES PREFIX "lib")
|
||||
set_target_properties(rse-model PROPERTIES IMPORT_PREFIX "lib")
|
||||
endif()
|
||||
if(MSVC)
|
||||
target_link_libraries(rse-model)
|
||||
else()
|
||||
target_link_libraries(rse-model m)
|
||||
endif()
|
||||
|
||||
# add GPG signature command
|
||||
#add_custom_command(
|
||||
|
Loading…
x
Reference in New Issue
Block a user