This will require a license from A&B to transmit, which can be purchased from their website.
8 lines
147 B
CMake
8 lines
147 B
CMake
if(FREEIMAGE_FOUND)
|
|
add_subdirectory (freeimage)
|
|
endif(FREEIMAGE_FOUND)
|
|
|
|
if(GIGESIM_FOUND)
|
|
add_subdirectory (gigesim)
|
|
endif(GIGESIM_FOUND)
|