Files
mirai/example/CMakeLists.txt

6 lines
97 B
CMake

project(mirai_example)
simple_executable()
target_link_libraries(${PROJECT_NAME} PUBLIC mirai)