Cmake generated projects for IDEs include headers in project files.
This commit is contained in:
@@ -5,6 +5,7 @@ project (MCServer)
|
||||
include_directories ("${PROJECT_SOURCE_DIR}/../")
|
||||
file(GLOB SOURCE
|
||||
"*.cpp"
|
||||
"*.h"
|
||||
)
|
||||
|
||||
add_library(OSSupport ${SOURCE})
|
||||
|
||||
Reference in New Issue
Block a user