1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 15:02:34 +02:00
openrw/cmake/external/CMakeLists.txt
2016-07-28 14:46:48 +03:00

9 lines
140 B
CMake

##### External files
set(EXTERNAL_PREFIX "${CMAKE_BINARY_DIR}/external")
include(inih.cmake)
if(MINGW)
include(mman-win32.cmake)
endif()