summaryrefslogtreecommitdiffhomepage
path: root/hash/CMakeLists.txt
blob: ed50227f2e44716cd436e6e23bb362e83e41b684 (plain)
1
2
3
4
5
6
7
8
9
10
11
set(self floormat-hash)
file(GLOB sources *.cpp CONFIGURE_ARGS)
add_library(${self} OBJECT "${sources}")
target_link_libraries(
    ${self} PUBLIC
    Corrade::Containers
    #Corrade::Utility
    Magnum::Magnum
)

#target_precompile_headers(${self} PUBLIC precomp.hpp)