aboutsummaryrefslogtreecommitdiff
path: root/libraries/gamemode/CMakeLists.txt
blob: 9e07f34acbbc6ed14a8042edcc4808fe3be3c64a (plain)
1
2
3
4
5
6
7
cmake_minimum_required(VERSION 3.9.4)
project(gamemode
    VERSION 1.6.1)

add_library(gamemode)
target_include_directories(gamemode PUBLIC include)
target_link_libraries(gamemode PUBLIC ${CMAKE_DL_LIBS})