Remove conan dependency
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.3)
|
||||
set(APP_NAME top)
|
||||
add_executable(${APP_NAME} sc_main.cpp)
|
||||
target_link_libraries (${APP_NAME} LINK_PUBLIC components)
|
||||
target_link_libraries (${APP_NAME} LINK_PUBLIC vp_components)
|
||||
|
Reference in New Issue
Block a user