qzdoom/tools/CMakeLists.txt
Rachael Alexanderson 742d6ff420 Revert "Merge branch 'asmjitupdate' of https://github.com/coelckers/gzdoom"
This reverts commit a005a8c65f, reversing
changes made to 7db7d856c2.
2019-08-05 21:00:29 -04:00

11 lines
296 B
CMake

cmake_minimum_required( VERSION 2.8.7 )
add_subdirectory( lemon )
add_subdirectory( re2c )
if( WIN32 AND NOT CMAKE_SIZEOF_VOID_P MATCHES "8" )
add_subdirectory( fixrtext )
endif()
add_subdirectory( updaterevision )
add_subdirectory( zipdir )
set( CROSS_EXPORTS ${CROSS_EXPORTS} PARENT_SCOPE )