This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# src/aftereffects/CMakeLists.txt | |
if(APPLE) | |
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -undefined dynamic_lookup") | |
endif() | |
#set(AE_SDK "${CMAKE_SOURCE_DIR}/ext/Adobe After Effects CS5 SDK") | |
set(AE_SDK "${CMAKE_SOURCE_DIR}/ext/aesdk") | |
message("Exteranl thing: ${EXTERNAL_INCLUDE_DIRS}") |