Files
create/src/Mod/JtReader/CMakeLists.txt

13 lines
159 B
CMake

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