mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-08 10:46:59 +08:00
Add exceptions test to cmakelist
This commit is contained in:
parent
535055eff8
commit
8bdd2deb19
@ -253,6 +253,8 @@ add_dependencies(chai chaiscript_stdlib-${CHAI_VERSION})
|
|||||||
if(BUILD_SAMPLES)
|
if(BUILD_SAMPLES)
|
||||||
add_executable(example samples/example.cpp)
|
add_executable(example samples/example.cpp)
|
||||||
target_link_libraries(example ${LIBS})
|
target_link_libraries(example ${LIBS})
|
||||||
|
add_executable(test_num_exceptions samples/test_num_exceptions.cpp)
|
||||||
|
target_link_libraries(test_num_exceptions ${LIBS})
|
||||||
add_executable(memory_leak_test samples/memory_leak_test.cpp)
|
add_executable(memory_leak_test samples/memory_leak_test.cpp)
|
||||||
target_link_libraries(memory_leak_test ${LIBS})
|
target_link_libraries(memory_leak_test ${LIBS})
|
||||||
add_executable(inheritance samples/inheritance.cpp)
|
add_executable(inheritance samples/inheritance.cpp)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user