1
0
mirror of synced 2024-12-14 00:32:52 +01:00
ImHex/tests/common/CMakeLists.txt

10 lines
244 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.16)
project(tests_common)
add_library(tests_common STATIC
source/main.cpp
)
target_include_directories(tests_common PUBLIC include)
target_link_libraries(tests_common PUBLIC libimhex ${FMT_LIBRARIES})