Skip to content
Snippets Groups Projects
Commit 8d1dd910 authored by Stephen Hurd's avatar Stephen Hurd
Browse files

Encode library uses C99 features

parent 8149b760
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ set(HEADER
)
add_library(encode OBJECT ${SOURCE})
target_compile_features(encode PUBLIC c_std_99)
target_include_directories(encode PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(encode xpdev)
install(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment