CMakeLists.txt 372 B

123456
  1. add_executable(Generate_CSS_PropertyID_h Generate_CSS_PropertyID_h.cpp)
  2. add_executable(Generate_CSS_PropertyID_cpp Generate_CSS_PropertyID_cpp.cpp)
  3. add_executable(WrapperGenerator WrapperGenerator.cpp)
  4. target_link_libraries(Generate_CSS_PropertyID_h LagomCore)
  5. target_link_libraries(Generate_CSS_PropertyID_cpp LagomCore)
  6. target_link_libraries(WrapperGenerator LagomCore)