bit of playing around on Linux
This commit is contained in:
parent
ac18a84a9c
commit
6461a56e17
11 changed files with 96 additions and 102 deletions
|
@ -1,23 +1,18 @@
|
|||
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../deps/glfw-3.2.1/include
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../deps/lua-5.3.4/src
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../deps/glad/include
|
||||
|
||||
|
||||
)
|
||||
|
||||
add_library(pw
|
||||
STATIC
|
||||
binding.hpp
|
||||
binding.cpp
|
||||
context.hpp
|
||||
context.cpp
|
||||
script.hpp
|
||||
script.cpp
|
||||
core.hpp
|
||||
core.cpp
|
||||
window.hpp
|
||||
window.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(pw lualib glfw)
|
||||
target_link_libraries(pw lualib glfw glad)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue