1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
puzzle-wuzzle-generator/lib/CMakeLists.txt
2014-02-16 11:36:19 +01:00

4 lines
104 B
CMake

file(GLOB sources "*.cpp")
add_library(common STATIC ${sources})
target_link_libraries(common ${libs})