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