mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-12 07:14:23 +00:00
6 lines
218 B
CMake
6 lines
218 B
CMake
include_directories(../external/catch/single_include)
|
|
add_executable(tests main.cpp parser.cpp)
|
|
target_link_libraries(tests realm-object-store)
|
|
|
|
add_custom_target(run-tests USES_TERMINAL DEPENDS tests COMMAND ./tests)
|