fixed testing
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
project(TartLib VERSION 0.1)
|
||||
set( CMAKE_STATIC_LIBRARY_PREFIX "")
|
||||
|
||||
set(Lib_SOURCES
|
||||
tart.c
|
||||
tart.cpp
|
||||
)
|
||||
add_library(${PROJECT_NAME} STATIC tart.c)
|
||||
|
||||
add_library(${PROJECT_NAME} STATIC tart.cpp)
|
||||
target_include_directories(${PROJECT_NAME} BEFORE PUBLIC "../includes/")
|
||||
|
||||
Reference in New Issue
Block a user