flightgear/man/CMakeLists.txt

6 lines
147 B
CMake
Raw Normal View History

2022-10-20 20:29:11 +08:00
if(NOT WIN32) # Don't install man pages on Windows
add_subdirectory(it)
add_subdirectory(man1)
add_subdirectory(man5)
endif(NOT WIN32)