mirror of https://github.com/mosra/magnum.git
19 changed files with 76 additions and 69 deletions
@ -1,6 +1,7 @@
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}) |
||||
|
||||
add_subdirectory(Math) |
||||
|
||||
if(BUILD_TESTS) |
||||
enable_testing() |
||||
add_subdirectory(Test) |
||||
endif() |
||||
|
||||
@ -0,0 +1,6 @@
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}) |
||||
|
||||
if(BUILD_TESTS) |
||||
enable_testing() |
||||
add_subdirectory(Test) |
||||
endif() |
||||
Loading…
Reference in new issue