PySysC-SC/top/CMakeLists.txt

5 lines
156 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.3)
set(APP_NAME top)
add_executable(${APP_NAME} sc_main.cpp)
2021-05-18 16:33:29 +02:00
target_link_libraries (${APP_NAME} LINK_PUBLIC vp_components)