1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 03:12:36 +01:00
openrw/cmake/external/CMakeLists.txt

9 lines
140 B
CMake
Raw Normal View History

##### External files
set(EXTERNAL_PREFIX "${CMAKE_BINARY_DIR}/external")
include(inih.cmake)
2016-07-27 19:28:49 +02:00
if(MINGW)
include(mman-win32.cmake)
endif()