summaryrefslogtreecommitdiffhomepage
path: root/third-party/l3ds/CMakeLists.txt
blob: 89c13d23b91ebff3c8dfa5ba32c40940f14edf58 (plain)
1
2
3
4
project(l3ds)
add_library(${PROJECT_NAME} SHARED l3ds.cpp)
target_include_directories(${PROJECT_NAME} PUBLIC include)
install(TARGETS ${PROJECT_NAME} RUNTIME COMPONENT Runtime DESTINATION ${CMAKE_INSTALL_PREFIX})