mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-09 20:32:43 +01:00
9 lines
140 B
CMake
9 lines
140 B
CMake
##### External files
|
|
|
|
set(EXTERNAL_PREFIX "${CMAKE_BINARY_DIR}/external")
|
|
|
|
include(inih.cmake)
|
|
if(MINGW)
|
|
include(mman-win32.cmake)
|
|
endif()
|