blob: 223d5a3282a1acc1680c6b30810115e655f85fd5 (
plain)
1
2
3
4
5
6
7
|
# Include the directory itself as a path to include directories
set(CMAKE_INCLUDE_CURRENT_DIR ON)
#add_executable(testfunc_001_lex WIN32 testfunc_001_lex.c ${PARSER_FILES} )
#target_link_libraries(testfunc_004_buildterrain SDL_image)
|