2020-03-21 21:58:50 +01:00
|
|
|
# Create the VCMP library
|
2020-03-22 17:32:25 +01:00
|
|
|
add_library(VCMP STATIC vcmp.h vcmp.c vcmp20.h vcmp21.h)
|
2020-03-21 21:58:50 +01:00
|
|
|
# Library includes
|
2020-03-22 17:32:25 +01:00
|
|
|
target_include_directories(VCMP PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|
|
|
|
|