Fixed issues with new module system 4

This commit is contained in:
Ryzerth
2020-09-20 00:41:35 +02:00
parent 91d382ca0c
commit 35ef99c6e9
3 changed files with 5 additions and 2 deletions

View File

@ -11,4 +11,5 @@ endif (MSVC)
file(GLOB SRC "src/*.cpp")
add_library(demo SHARED ${SRC})
target_link_libraries(demo PRIVATE sdrpp_core)
target_link_libraries(demo PRIVATE sdrpp_core)
set_target_properties(demo PROPERTIES PREFIX "")