elna/CMakeLists.txt

6 lines
152 B
CMake

cmake_minimum_required(VERSION 3.21)
project(Elna)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
add_executable(tester tests/runner.cpp)