From effc8802a77375437b676ac4534789e819731671 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 5 Apr 2024 20:57:38 +0200 Subject: l3ds is a third party library --- third-party/l3ds/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 third-party/l3ds/CMakeLists.txt (limited to 'third-party/l3ds/CMakeLists.txt') diff --git a/third-party/l3ds/CMakeLists.txt b/third-party/l3ds/CMakeLists.txt new file mode 100644 index 0000000..89c13d2 --- /dev/null +++ b/third-party/l3ds/CMakeLists.txt @@ -0,0 +1,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}) -- cgit v1.1