Fixes
This commit is contained in:
10
Src/Common/CMakeLists.txt
Normal file
10
Src/Common/CMakeLists.txt
Normal file
@ -0,0 +1,10 @@
|
||||
set(SRC_FILES
|
||||
"imp/cpp/Common.cpp"
|
||||
)
|
||||
|
||||
add_library(Common STATIC ${SRC_FILES})
|
||||
|
||||
target_include_directories(Common PUBLIC inc)
|
||||
target_include_directories(Common PRIVATE imp/hpp)
|
||||
|
||||
target_link_libraries(Common PUBLIC IACore SDL3::SDL3 glm::glm pugixml::pugixml)
|
||||
Reference in New Issue
Block a user