mirror of
https://github.com/pret/pokediamond.git
synced 2026-09-12 02:56:42 -05:00
Update CMakeLists so that my mac can see /usr/local/include/elf.h
This commit is contained in:
@@ -6,6 +6,10 @@ set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
enable_language(ASM)
|
||||
|
||||
if(APPLE)
|
||||
include_directories(/usr/local/include)
|
||||
endif(APPLE)
|
||||
|
||||
add_compile_options(-fms-extensions)
|
||||
|
||||
file(GLOB_RECURSE SOURCES RELATIVE ${CMAKE_SOURCE_DIR} "*.c" "*.cpp")
|
||||
|
||||
Reference in New Issue
Block a user