Move sys/test to Yellowstone init process.
This commit is contained in:
parent
6f81520918
commit
7c9d1075eb
8 changed files with 26 additions and 19 deletions
|
|
@ -1,17 +1,6 @@
|
|||
set(CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS "")
|
||||
|
||||
add_executable(test
|
||||
test.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(test
|
||||
mammoth_lib)
|
||||
|
||||
set_target_properties(test
|
||||
PROPERTIES
|
||||
COMPILE_FLAGS "${CMAKE_CXX_FLAGS} ${BASE_COMPILE_FLAGS}"
|
||||
LINK_FLAGS "${CMAKE_EXE_LINK_FLAGS} ${BASE_LINK_FLAGS}"
|
||||
)
|
||||
add_subdirectory(yellowstone)
|
||||
|
||||
add_executable(test2
|
||||
test2.cpp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue