wip
This commit is contained in:
parent
82c62afc3a
commit
d214f5233b
@ -723,8 +723,10 @@ add_custom_target(uninstall
|
|||||||
|
|
||||||
|
|
||||||
# Modular build system: each directory registered here provides its own CMakeLists.txt
|
# Modular build system: each directory registered here provides its own CMakeLists.txt
|
||||||
add_subdirectory(unit_tests)
|
if (not MSVC)
|
||||||
add_subdirectory(src/benchmarks)
|
add_subdirectory(unit_tests)
|
||||||
|
add_subdirectory(src/benchmarks)
|
||||||
|
endif()
|
||||||
|
|
||||||
if (ENABLE_NODE_BINDINGS)
|
if (ENABLE_NODE_BINDINGS)
|
||||||
add_subdirectory(src/nodejs)
|
add_subdirectory(src/nodejs)
|
||||||
|
Loading…
Reference in New Issue
Block a user