]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.core/native/FMILibrary/ThirdParty/CMakeModules/UseDoxygen/CMakeLists.txt
Switch to full JavaSE-11+ compatibility
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / ThirdParty / CMakeModules / UseDoxygen / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 project(UseDoxygen)
4
5 set(CMAKE_INSTALL_PREFIX ${CMAKE_ROOT})
6
7 install(FILES UseDoxygen.cmake Doxyfile.in
8         DESTINATION "Modules")
9
10 configure_file(
11   "${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in"
12   "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
13   IMMEDIATE @ONLY)
14
15 add_custom_target(uninstall
16         COMMAND "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")