Blang/src/mkg1m/CMakeLists.txt

19 lines
298 B
CMake
Raw Normal View History

2015-06-30 08:17:40 +02:00
file(
GLOB_RECURSE
source_files
*
)
add_executable(
mkg1m
${source_files}
)
install (TARGETS mkg1m
2015-07-03 17:56:19 +02:00
DESTINATION ${INSTALL_RUNTIME_DIR})
set(Mkg1m_VERSION 1.0.0)
set(Mkg1m_VERSION 1)
configure_file(version.h.in version.h @ONLY)
include_directories(${CMAKE_BINARY_DIR}/src/mkg1m/)