This repository has been archived on 2024-05-15. You can view files and clone it, but cannot push or open issues or pull requests.
fugg/fugg-core/CMakeLists.txt

10 lines
235 B
CMake

add_library (
fugg-core
"include/fugg.h"
)
set_target_properties(fugg-core PROPERTIES LINKER_LANGUAGE CXX)
target_include_directories(fugg-core PUBLIC "include")
target_link_libraries (fugg-core LINK_PUBLIC flyff-client)