Last change
on this file since 88 was
88,
checked in by jrpelegrina, 5 years ago
|
First relase to xenial
|
File size:
375 bytes
|
Rev | Line | |
---|
[88] | 1 | |
---|
| 2 | #main lsf lib |
---|
| 3 | add_library(lsf-1.0 SHARED filesystem.cpp network.cpp system.cpp utils.cpp) |
---|
| 4 | |
---|
| 5 | #n4d lib |
---|
| 6 | add_library(lsf-1.0-n4d SHARED n4d.cpp) |
---|
| 7 | |
---|
| 8 | |
---|
| 9 | #n4d link |
---|
| 10 | find_package (XMLRPC REQUIRED c++2 client) |
---|
| 11 | target_link_libraries(lsf-1.0-n4d ${XMLRPC_LIBRARIES}) |
---|
| 12 | |
---|
| 13 | #add include dirs |
---|
| 14 | include_directories(${CMAKE_SOURCE_DIR}/include) |
---|
| 15 | |
---|
| 16 | #add custom lib flags |
---|
| 17 | add_definitions(-std=c++11 -O3) |
---|
| 18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.