8 lines
150 B
CMake
8 lines
150 B
CMake
#if(FREEIMAGE_FOUND)
|
|
# add_subdirectory (freeimage)
|
|
#endif(FREEIMAGE_FOUND)
|
|
|
|
if(GIGESIM_FOUND)
|
|
add_subdirectory (gigesim)
|
|
endif(GIGESIM_FOUND)
|