Working HTML5 version
This commit is contained in:
@@ -73,7 +73,6 @@ set(BreezeHeaders
|
||||
|
||||
breeze/util/array.h
|
||||
breeze/util/heap.h
|
||||
breeze/util/lambda.h
|
||||
breeze/util/object_pool.h
|
||||
breeze/util/spatial_grid.h
|
||||
breeze/util/string.h
|
||||
@@ -111,7 +110,7 @@ target_include_directories(Breeze
|
||||
|
||||
file(COPY ${BreezeHeaders} DESTINATION "include")
|
||||
|
||||
if (${BUILD_BREEZE_TESTS})
|
||||
if (${BUILD_BREEZE_TESTS} AND NOT EMSCRIPTEN)
|
||||
MESSAGE(STATUS "Building breeze tests is enabled")
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user