You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
add_definitions(-D_LIB)
|
|
|
|
|
|
|
|
add_subdirectory(pfAnimation)
|
|
|
|
add_subdirectory(pfAudio)
|
|
|
|
add_subdirectory(pfCCR)
|
|
|
|
add_subdirectory(pfCamera)
|
|
|
|
add_subdirectory(pfCharacter)
|
|
|
|
add_subdirectory(pfConditional)
|
|
|
|
add_subdirectory(pfConsole)
|
|
|
|
add_subdirectory(pfConsoleCore)
|
|
|
|
if(WIN32)
|
|
|
|
add_subdirectory(pfCrashHandler)
|
|
|
|
endif()
|
|
|
|
add_subdirectory(pfGameGUIMgr)
|
|
|
|
add_subdirectory(pfGameMgr)
|
|
|
|
add_subdirectory(pfGameScoreMgr)
|
|
|
|
add_subdirectory(pfJournalBook)
|
|
|
|
# pfKI is apparently just a historical oddity at this point
|
|
|
|
# add_subdirectory(pfKI)
|
|
|
|
add_subdirectory(pfLocalizationMgr)
|
|
|
|
add_subdirectory(pfMessage)
|
|
|
|
add_subdirectory(pfMoviePlayer)
|
|
|
|
if(WIN32 OR APPLE)
|
|
|
|
add_subdirectory(pfPasswordStore)
|
|
|
|
endif()
|
|
|
|
add_subdirectory(pfPatcher)
|
|
|
|
add_subdirectory(pfPython)
|
|
|
|
add_subdirectory(pfSurface)
|