1
0

Added Inifile and OSSupport Linking

This commit is contained in:
Tycho 2014-01-19 12:51:23 -08:00
parent 2aa28ad6f4
commit bd4278aca1

View File

@ -9,3 +9,5 @@ file(GLOB SOURCE
)
add_library(Generating ${SOURCE})
target_link_libraries(Generating OSSupport iniFile)