mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-10-22 10:52:18 +03:00
9 lines
330 B
CMake
9 lines
330 B
CMake
#
|
|
# Copyright (C) 2018 Codership Oy <info@codership.com>
|
|
#
|
|
|
|
add_executable(dbms_simulator
|
|
dbms_simulator.cpp)
|
|
target_link_libraries(dbms_simulator wsrep-lib ${Boost_PROGRAM_OPTIONS_LIBRARY} ${Boost_SYSTEM_LIBRARY} ${Boost_FILESYSTEM_LIBRARY} ${Boost_THREAD_LIBRARY})
|
|
set_property(TARGET dbms_simulator PROPERTY CXX_STANDARD 14)
|