haraldhv
/
aigo
Archived
1
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
aigo/libtest/CMakeLists.txt

7 lines
143 B
CMake
Raw Normal View History

project(libtest)
link_directories(../lib)
include_directories(../lib)
add_executable(libtest main.cpp)
target_link_libraries(libtest aigolib)