mirror of
https://github.com/aap/librw.git
synced 2025-12-19 00:49:50 +00:00
cmake: add missing files + remove CMakeCPack + add librw::librw target ALIAS
This commit is contained in:
@@ -99,6 +99,7 @@ add_library(librw
|
||||
ps2/rwps2impl.h
|
||||
ps2/rwps2plg.h
|
||||
)
|
||||
add_library(librw::librw ALIAS librw)
|
||||
|
||||
target_include_directories(librw
|
||||
INTERFACE
|
||||
@@ -174,6 +175,7 @@ if(LIBRW_INSTALL)
|
||||
FILES
|
||||
base.err
|
||||
rwbase.h
|
||||
rwcharset.h
|
||||
rwerror.h
|
||||
rwplg.h
|
||||
rwrender.h
|
||||
@@ -203,6 +205,7 @@ if(LIBRW_INSTALL)
|
||||
FILES
|
||||
gl/rwwdgl.h
|
||||
gl/rwgl3.h
|
||||
gl/rwgl3plg.h
|
||||
gl/rwgl3shader.h
|
||||
DESTINATION "${LIBRW_INSTALL_INCLUDEDIR}/src/gl"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user