3 lines
89 B
CMake
3 lines
89 B
CMake
|
add_library(rply rply.c)
|
||
|
set_property(TARGET rply PROPERTY POSITION_INDEPENDENT_CODE ON)
|