Initial commit of files
This commit is contained in:
12
tests/uri/CMakeLists.txt
Normal file
12
tests/uri/CMakeLists.txt
Normal file
@ -0,0 +1,12 @@
|
||||
cmake_minimum_required(VERSION 3.7)
|
||||
set(NAME uri)
|
||||
project(Cnomicon-Test)
|
||||
set(TARGET ${NAME}_test)
|
||||
|
||||
# includes
|
||||
include_directories(../include/libgps++ ../include/libnet++ ../include)
|
||||
link_directories(../lib)
|
||||
link_libraries(gps++ net++ net kmlbase kmldom kmlengine pthread rt)
|
||||
|
||||
# executables
|
||||
add_executable(${TARGET} ${TARGET}.cpp)
|
||||
Reference in New Issue
Block a user