8 lines
134 B
CMake
Raw Normal View History

2023-07-02 19:51:09 +02:00
cmake_minimum_required(VERSION 3.5)
2017-04-14 19:02:05 +02:00
project(launcher_linker_test_project)
include(CTest)
add_executable(link_error link_error.cxx)