elna/CMakeLists.txt

6 lines
152 B
CMake
Raw Normal View History

2024-02-18 11:26:57 +01:00
cmake_minimum_required(VERSION 3.21)
project(Elna)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
add_executable(tester tests/runner.cpp)