Adding header files to their own folder in the project.
This commit is contained in:
parent
b55e654cce
commit
aa22b91e8b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
||||||
find_package(OpenGL REQUIRED COMPONENTS OpenGL GLX)
|
find_package(OpenGL REQUIRED COMPONENTS OpenGL GLX)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
file(GLOB_RECURSE sources CONFIGURE_DEPENDS "*.cpp")
|
file(GLOB_RECURSE sources CONFIGURE_DEPENDS "*.cpp" "*.hpp")
|
||||||
|
|
||||||
add_library(libpacman ${sources})
|
add_library(libpacman ${sources})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue