mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
6 lines
169 B
CMake
6 lines
169 B
CMake
# Create the VCMP library
|
|
add_library(VCMP STATIC vcmp.h vcmp.c vcmp20.h vcmp21.h)
|
|
# Library includes
|
|
target_include_directories(VCMP PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|
|
|