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.
genetic-sequence-formulizer/lib/CMakeLists.txt
2015-04-25 15:52:51 +02:00

6 lines
184 B
CMake

file(GLOB sources "*.cpp")
file(GLOB headers "*.hpp")
add_library(common ${headers} ${sources})
target_link_libraries(common ${libs})
target_include_directories(common INTERFACE ".")