tests and samples are not built by default

This commit is contained in:
devZoGok
2022-04-02 14:50:57 +03:00
parent 4ab6968f87
commit d98d2b8c46
+2 -2
View File
@@ -4,8 +4,8 @@ project(vb01)
set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -pedantic")
set(BUILD_SHARED_LIBS OFF)
set(BUILD_TESTS ON)
set(BUILD_SAMPLES ON)
set(BUILD_TESTS OFF)
set(BUILD_SAMPLES OFF)
set(BUILD_WITH_ASSIMP OFF)
set(LIB_NAME vb01)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)