diff options
Diffstat (limited to 'tile-tool/CMakeLists.txt')
-rw-r--r-- | tile-tool/CMakeLists.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tile-tool/CMakeLists.txt b/tile-tool/CMakeLists.txt deleted file mode 100644 index 8f148751..00000000 --- a/tile-tool/CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ -find_package(OpenCV QUIET REQUIRED COMPONENTS core imgcodecs imgproc) -set(self "${PROJECT_NAME}-tile-tool") - -include_directories(SYSTEM PRIVATE ${OpenCV_INCLUDE_DIRS}) -link_libraries(Corrade::Utility) -link_libraries(${PROJECT_NAME}-tile) - -file(GLOB sources "*.cpp" CONFIGURE_ARGS) -add_executable(${self} ${sources}) -install(TARGETS ${self} RUNTIME DESTINATION "bin") |