We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2086a9 commit b84a536Copy full SHA for b84a536
src/demos/rman/CMakeLists.txt
@@ -21,7 +21,7 @@ STRING(COMPARE EQUAL "${RMANTREE_TEST}" "" RMAN_SET)
21
IF(NOT ${RMAN_SET})
22
include_directories($ENV{RMANTREE}/include)
23
link_directories($ENV{RMANTREE}/lib)
24
-add_library(SeExprOp SHARED seop.cpp)
+add_library(SeExprOp MODULE seop.cpp)
25
target_link_libraries(SeExprOp prman ${SEEXPR_LIBRARIES})
26
FILE(GLOB ribs "*.rib")
27
install (TARGETS SeExprOp DESTINATION ${CMAKE_INSTALL_LIBDIR}/prman)
0 commit comments