mirror of
https://github.com/obhq/obliteration.git
synced 2025-02-18 18:39:08 +00:00
Enables C++20
This commit is contained in:
parent
42c6cd5cac
commit
ecee6a2fb4
@ -7,6 +7,8 @@ set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
||||
|
||||
add_executable(obliteration main.cpp)
|
||||
|
||||
target_compile_features(obliteration PUBLIC cxx_std_20)
|
||||
|
||||
if(WIN32)
|
||||
set_target_properties(obliteration PROPERTIES LINK_FLAGS "/DYNAMICBASE:NO /MAP:obliteration.map")
|
||||
else()
|
||||
|
Loading…
x
Reference in New Issue
Block a user