diff --git a/CMakeLists.txt b/CMakeLists.txt index ea7c953..399b80b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ if(WIN32 AND NOT WINDOWS) set(WINDOWS TRUE) endif() -include_directories(./src) +include_directories(include) if(APPLE) set(OTHER_LDFLAGS ${OTHER_LDFLAGS} "-framework IOKit -framework Foundation") diff --git a/src/physfs.h b/include/physfs.h similarity index 100% rename from src/physfs.h rename to include/physfs.h