1
0
mirror of synced 2024-11-12 02:00:52 +01:00

Added back module path definition

This commit is contained in:
WerWolv 2021-01-22 23:33:13 +01:00
parent 09d3ecde2a
commit b0b9ce0cf8

View File

@ -4,6 +4,7 @@ cmake_minimum_required(VERSION 3.16)
project(imhex VERSION 1.6.1)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
include("${CMAKE_SOURCE_DIR}/cmake/build_helpers.cmake")
setDefaultBuiltTypeIfUnset()