libfixmath/CMakeLists.txt: use target_include_directories

This commit is contained in:
Xavier Del Campo Romero 2022-02-24 21:38:02 +01:00
parent 7119e719d1
commit 84a5a3e9b3
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
file(GLOB libfixmath-srcs libfixmath/*.h libfixmath/*.hpp libfixmath/*.c)
add_library(libfixmath STATIC ${libfixmath-srcs})
target_include_directories(fixmath PUBLIC .)