8 lines
137 B
CMake
Raw Normal View History

2017-04-14 19:02:05 +02:00
cmake_minimum_required(VERSION 2.8.12)
project(launcher_linker_test_project)
include(CTest)
add_executable(link_error link_error.cxx)