Files
create/src/Mod/JtReader/CMakeLists.txt
2016-04-12 18:12:02 +02:00

14 lines
178 B
CMake

add_subdirectory(App)
if(BUILD_GUI)
#add_subdirectory(Gui)
endif(BUILD_GUI)
INSTALL(
FILES
Init.py
InitGui.py
DESTINATION
Mod/JtReader
)