Resolve Linux build issues and warnings

This commit is contained in:
Paul Hollinsky
2018-10-17 15:13:28 -04:00
parent ae5646dd78
commit 4426334f3f
5 changed files with 41 additions and 36 deletions
+1
View File
@@ -58,6 +58,7 @@ add_library(icsneocpp
api/icsneocpp/icsneocpp.cpp
${SRC_FILES}
)
set_property(TARGET icsneocpp PROPERTY POSITION_INDEPENDENT_CODE ON)
add_library(icsneoc SHARED api/icsneoc/icsneoc.cpp)
target_link_libraries(icsneoc icsneocpp)